Main schema iam-2010-05-08.xsd
Element tns:UploadServerCertificateResponse
Element tns:GetRole
Element tns:Error
Element tns:entry
Element tns:ServerCertificate
Element tns:Detail
Element tns:ListGroupPoliciesResult
Element tns:CreateUserResponse
Element tns:Certificates
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:signingCertificateType |
|
Properties
|
| content |
complex |
| minOccurs |
0 |
| maxOccurs |
unbounded |
|
| Model
|
|
| Children |
tns:CertificateBody, tns:CertificateId, tns:PrivateKey, tns:Status, tns:UploadDate, tns:UserName |
|
Instance
|
<tns:member xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:UserName>{1,1}</tns:UserName>
<tns:CertificateId>{1,1}</tns:CertificateId>
<tns:CertificateBody>{1,1}</tns:CertificateBody>
<tns:Status>{1,1}</tns:Status>
<tns:PrivateKey>{0,1}</tns:PrivateKey>
<tns:UploadDate>{0,1}</tns:UploadDate>
</tns:member> |
|
|
Source
|
<xs:element type="tns:signingCertificateType" name="member" minOccurs="0" maxOccurs="unbounded"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:MFADevices
Element tns:CreateLoginProfileResponse
Element tns:CreateAccountResult
Element tns:ListInstanceProfilesForRoleResponse
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:instanceProfileType |
|
Properties
|
| content |
complex |
| minOccurs |
0 |
| maxOccurs |
unbounded |
|
| Model
|
|
| Children |
tns:Arn, tns:CreateDate, tns:InstanceProfileId, tns:InstanceProfileName, tns:Path, tns:Roles |
|
Instance
|
<tns:member xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:InstanceProfileName>{1,1}</tns:InstanceProfileName>
<tns:InstanceProfileId>{1,1}</tns:InstanceProfileId>
<tns:Arn>{1,1}</tns:Arn>
<tns:CreateDate>{1,1}</tns:CreateDate>
<tns:Roles>{1,1}</tns:Roles>
</tns:member> |
|
|
Source
|
<xs:element type="tns:instanceProfileType" name="member" minOccurs="0" maxOccurs="unbounded"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:roleType |
|
Properties
|
| content |
complex |
| minOccurs |
0 |
| maxOccurs |
unbounded |
|
| Model
|
|
| Children |
tns:Arn, tns:AssumeRolePolicyDocument, tns:CreateDate, tns:Path, tns:RoleId, tns:RoleName |
|
Instance
|
<tns:member xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:RoleName>{1,1}</tns:RoleName>
<tns:RoleId>{1,1}</tns:RoleId>
<tns:Arn>{1,1}</tns:Arn>
<tns:CreateDate>{1,1}</tns:CreateDate>
<tns:AssumeRolePolicyDocument>{0,1}</tns:AssumeRolePolicyDocument>
</tns:member> |
|
|
Source
|
<xs:element type="tns:roleType" name="member" minOccurs="0" maxOccurs="unbounded"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:PutGroupPolicy
Element tns:UpdateUser
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
extension of tns:euareMessage |
| Type hierarchy |
|
|
Properties
|
|
| Model
|
tns:DelegateAccount{0,1} , tns:UserName , tns:NewPath{0,1} , tns:NewUserName{0,1} , tns:Enabled{0,1} , tns:PasswordExpiration{0,1} , tns:RegStatus{0,1}
|
| Children |
tns:DelegateAccount, tns:Enabled, tns:NewPath, tns:NewUserName, tns:PasswordExpiration, tns:RegStatus, tns:UserName |
|
Instance
|
<tns:UpdateUser xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:DelegateAccount>{0,1}</tns:DelegateAccount>
<tns:UserName>{1,1}</tns:UserName>
<tns:NewPath>{0,1}</tns:NewPath>
<tns:NewUserName>{0,1}</tns:NewUserName>
<tns:Enabled>{0,1}</tns:Enabled>
<tns:PasswordExpiration>{0,1}</tns:PasswordExpiration>
<tns:RegStatus>{0,1}</tns:RegStatus>
</tns:UpdateUser> |
|
|
Source
|
<xs:element name="UpdateUser">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tns:euareMessage">
<xs:sequence>
<xs:element type="xs:string" name="DelegateAccount" minOccurs="0"/>
<xs:element type="xs:string" name="UserName"/>
<xs:element type="xs:string" name="NewPath" minOccurs="0"/>
<xs:element type="xs:string" name="NewUserName" minOccurs="0"/>
<xs:element type="xs:string" name="Enabled" minOccurs="0"/>
<xs:element type="xs:string" name="PasswordExpiration" minOccurs="0"/>
<xs:element type="xs:string" name="RegStatus" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:ListInstanceProfilesResponse
Element tns:ResyncMFADevice
Element tns:ListUserPolicies
Element tns:ListMFADevices
Element tns:UploadServerCertificate
Element tns:GetLoginProfileResponse
Element tns:DeleteInstanceProfileResponse
Element tns:ListUsersResult
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:userType |
|
Properties
|
| content |
complex |
| minOccurs |
0 |
| maxOccurs |
unbounded |
|
| Model
|
|
| Children |
tns:Arn, tns:Enabled, tns:PasswordExpiration, tns:Path, tns:RegStatus, tns:UserId, tns:UserName |
|
Instance
|
<tns:member xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:UserName>{1,1}</tns:UserName>
<tns:UserId>{1,1}</tns:UserId>
<tns:Arn>{1,1}</tns:Arn>
<tns:Enabled>{0,1}</tns:Enabled>
<tns:RegStatus>{0,1}</tns:RegStatus>
<tns:PasswordExpiration>{0,1}</tns:PasswordExpiration>
</tns:member> |
|
|
Source
|
<xs:element type="tns:userType" name="member" minOccurs="0" maxOccurs="unbounded"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:GetInstanceProfile
Element tns:PutRolePolicyResponse
Element tns:UpdateAccessKeyResponse
Element tns:GetAccountPolicyResult
Element tns:AddUserToGroup
Element tns:CreateAccountAliasResponse
Element tns:UploadSigningCertificateResponse
Element tns:GetGroupPolicyResponse
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:instanceProfileType |
|
Properties
|
|
| Model
|
|
| Children |
tns:Arn, tns:CreateDate, tns:InstanceProfileId, tns:InstanceProfileName, tns:Path, tns:Roles |
|
Instance
|
<tns:InstanceProfile xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:InstanceProfileName>{1,1}</tns:InstanceProfileName>
<tns:InstanceProfileId>{1,1}</tns:InstanceProfileId>
<tns:Arn>{1,1}</tns:Arn>
<tns:CreateDate>{1,1}</tns:CreateDate>
<tns:Roles>{1,1}</tns:Roles>
</tns:InstanceProfile> |
|
|
Source
|
<xs:element type="tns:instanceProfileType" name="InstanceProfile"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:ErrorResponse
Element tns:GetInstanceProfileResponse
Element tns:CreateGroupResponse
Element tns:DeleteGroupPolicy
Element tns:ListAccountAliasesResult
Element tns:DeleteRoleResponse
Element tns:ListRolesResponse
Element tns:GetGroupPolicy
Element tns:GetGroupResult
Element tns:GetUserResponse
Element tns:CreateAccount
Element tns:CreateSigningCertificateResponse
Element tns:DeleteLoginProfileResponse
Element tns:RemoveUserFromGroup
Element tns:UpdateGroupResponse
Element tns:PutAccountPolicyResponse
Element tns:GetLoginProfile
Element tns:GetServerCertificate
Element tns:DeleteLoginProfile
Element tns:GetUserInfoResponse
Element tns:ListMFADevicesResponse
Element tns:UpdateGroup
Element tns:DeleteGroupPolicyResponse
Element tns:CreateLoginProfileResult
Element tns:PutUserPolicy
Element tns:ListGroupsResult
Element tns:GetLdapSyncStatus
Element tns:DeleteServerCertificateResponse
Element tns:AccessKeyMetadata
Element tns:GetUserInfoResult
Element tns:ListAccountPoliciesResult
Element tns:ListRolePoliciesResponse
Element tns:DeleteAccountPolicyResponse
Element tns:GetAccountSummaryResponse
Element tns:DeactivateMFADevice
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:roleType |
|
Properties
|
|
| Model
|
|
| Children |
tns:Arn, tns:AssumeRolePolicyDocument, tns:CreateDate, tns:Path, tns:RoleId, tns:RoleName |
|
Instance
|
<tns:Role xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:RoleName>{1,1}</tns:RoleName>
<tns:RoleId>{1,1}</tns:RoleId>
<tns:Arn>{1,1}</tns:Arn>
<tns:CreateDate>{1,1}</tns:CreateDate>
<tns:AssumeRolePolicyDocument>{0,1}</tns:AssumeRolePolicyDocument>
</tns:Role> |
|
|
Source
|
<xs:element type="tns:roleType" name="Role"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:RemoveUserFromGroupResponse
Element tns:GetAccountPolicy
Element tns:DeleteAccountPolicy
Element tns:PutAccountPolicy
Element tns:UpdateUserInfoResponse
Element tns:SummaryMap
Element tns:AddUserToGroupResponse
Element tns:DeleteAccessKeyResponse
Element tns:ListUsers
Element tns:GetUser
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
xs:boolean |
|
Properties
|
|
|
Source
|
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:GetLoginProfileResult
Element tns:AccessKey
Element tns:ListGroupsForUser
Element tns:ListGroupsForUserResult
Element tns:CreateUserResult
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:userType |
|
Properties
|
| content |
complex |
| minOccurs |
0 |
|
| Model
|
|
| Children |
tns:Arn, tns:Enabled, tns:PasswordExpiration, tns:Path, tns:RegStatus, tns:UserId, tns:UserName |
|
Instance
|
<tns:User xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:UserName>{1,1}</tns:UserName>
<tns:UserId>{1,1}</tns:UserId>
<tns:Arn>{1,1}</tns:Arn>
<tns:Enabled>{0,1}</tns:Enabled>
<tns:RegStatus>{0,1}</tns:RegStatus>
<tns:PasswordExpiration>{0,1}</tns:PasswordExpiration>
</tns:User> |
|
|
Source
|
<xs:element type="tns:userType" name="User" minOccurs="0"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:CreateGroupResult
Element tns:GetUserResult
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:userType |
|
Properties
|
|
| Model
|
|
| Children |
tns:Arn, tns:Enabled, tns:PasswordExpiration, tns:Path, tns:RegStatus, tns:UserId, tns:UserName |
|
Instance
|
<tns:User xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:UserName>{1,1}</tns:UserName>
<tns:UserId>{1,1}</tns:UserId>
<tns:Arn>{1,1}</tns:Arn>
<tns:Enabled>{0,1}</tns:Enabled>
<tns:RegStatus>{0,1}</tns:RegStatus>
<tns:PasswordExpiration>{0,1}</tns:PasswordExpiration>
</tns:User> |
|
|
Source
|
<xs:element type="tns:userType" name="User"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:ListInstanceProfiles
Element tns:DeleteGroup
Element tns:ServerCertificateMetadataList
Element tns:AddRoleToInstanceProfile
Element tns:CreateInstanceProfile
Element tns:ListAccountPolicies
Element tns:UpdateSigningCertificate
Element tns:GetLdapSyncStatusResult
Element tns:ListUsersResponse
Element tns:ListSigningCertificates
Element tns:ListAccountsResult
Element tns:GetGroupResponse
Element tns:ListUserPoliciesResult
Element tns:DeleteGroupResponse
Element tns:UpdateLoginProfileResponse
Element tns:GetServerCertificateResponse
Element tns:DeleteInstanceProfile
Element tns:ListUserPoliciesResponse
Element tns:DeleteAccountAlias
Element tns:AddRoleToInstanceProfileResponse
Element tns:PutGroupPolicyResponse
Element tns:UpdateAssumeRolePolicy
Element tns:ListSigningCertificatesResponse
Element tns:GetAccountSummary
Element tns:DeleteRolePolicyResponse
Element tns:GetUserPolicy
Element tns:ListAccountAliases
Element tns:DeleteUserResponse
Element tns:DeleteSigningCertificateResponse
Element tns:CreateRole
Element tns:ListAccessKeysResponse
Element tns:GetUserInfo
Element tns:GetLdapSyncStatusResponse
Element tns:ListGroupPolicies
Element tns:ListAccounts
Element tns:ListAccountPoliciesResponse
Element tns:DeleteRolePolicy
Element tns:UpdateLoginProfile
Element tns:DeleteUser
Element tns:UpdateServerCertificateResponse
Element tns:ListSigningCertificatesResult
Element tns:GetUserPolicyResponse
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:roleType |
|
Properties
|
|
| Model
|
|
| Children |
tns:Arn, tns:AssumeRolePolicyDocument, tns:CreateDate, tns:Path, tns:RoleId, tns:RoleName |
|
Instance
|
<tns:Role xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:RoleName>{1,1}</tns:RoleName>
<tns:RoleId>{1,1}</tns:RoleId>
<tns:Arn>{1,1}</tns:Arn>
<tns:CreateDate>{1,1}</tns:CreateDate>
<tns:AssumeRolePolicyDocument>{0,1}</tns:AssumeRolePolicyDocument>
</tns:Role> |
|
|
Source
|
<xs:element type="tns:roleType" name="Role"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:ListAccountAliasesResponse
Element tns:RemoveRoleFromInstanceProfile
Element tns:DeleteUserPolicyResponse
Element tns:UploadSigningCertificate
Element tns:PutRolePolicy
Element tns:CreateSigningCertificateResult
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:signingCertificateType |
|
Properties
|
|
| Model
|
|
| Children |
tns:CertificateBody, tns:CertificateId, tns:PrivateKey, tns:Status, tns:UploadDate, tns:UserName |
|
Instance
|
<tns:Certificate xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:UserName>{1,1}</tns:UserName>
<tns:CertificateId>{1,1}</tns:CertificateId>
<tns:CertificateBody>{1,1}</tns:CertificateBody>
<tns:Status>{1,1}</tns:Status>
<tns:PrivateKey>{0,1}</tns:PrivateKey>
<tns:UploadDate>{0,1}</tns:UploadDate>
</tns:Certificate> |
|
|
Source
|
<xs:element type="tns:signingCertificateType" name="Certificate"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:ListRoles
Element tns:GetGroupPolicyResult
Element tns:ListInstanceProfilesForRole
Element tns:UpdateAccessKey
Element tns:DeleteSigningCertificate
Element tns:CreateAccessKeyResponse
Element tns:DeleteRole
Element tns:GetGroup
Element tns:UploadServerCertificateResult
Element tns:CreateLoginProfile
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:instanceProfileType |
|
Properties
|
|
| Model
|
|
| Children |
tns:Arn, tns:CreateDate, tns:InstanceProfileId, tns:InstanceProfileName, tns:Path, tns:Roles |
|
Instance
|
<tns:InstanceProfile xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:Path>{1,1}</tns:Path>
<tns:InstanceProfileName>{1,1}</tns:InstanceProfileName>
<tns:InstanceProfileId>{1,1}</tns:InstanceProfileId>
<tns:Arn>{1,1}</tns:Arn>
<tns:CreateDate>{1,1}</tns:CreateDate>
<tns:Roles>{1,1}</tns:Roles>
</tns:InstanceProfile> |
|
|
Source
|
<xs:element type="tns:instanceProfileType" name="InstanceProfile"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:EnableMFADeviceResponse
Element tns:EnableMFADevice
Element tns:ListRolePolicies
Element tns:CreateUser
Element tns:CreateRoleResponse
Element tns:UpdateSigningCertificateResponse
Element tns:ListGroupsResponse
Element tns:DeactivateMFADeviceResponse
Element tns:ListGroupPoliciesResponse
Element tns:CreateAccountResponse
Element tns:DeleteAccessKey
Element tns:CreateAccessKey
Element tns:GetRolePolicyResponse
Element tns:DeleteAccountResponse
Element tns:DeleteAccount
Element tns:CreateGroup
Element tns:UploadSigningCertificateResult
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
| Type |
tns:signingCertificateType |
|
Properties
|
|
| Model
|
|
| Children |
tns:CertificateBody, tns:CertificateId, tns:PrivateKey, tns:Status, tns:UploadDate, tns:UserName |
|
Instance
|
<tns:Certificate xmlns:tns="http://iam.amazonaws.com/doc/2010-05-08/">
<tns:UserName>{1,1}</tns:UserName>
<tns:CertificateId>{1,1}</tns:CertificateId>
<tns:CertificateBody>{1,1}</tns:CertificateBody>
<tns:Status>{1,1}</tns:Status>
<tns:PrivateKey>{0,1}</tns:PrivateKey>
<tns:UploadDate>{0,1}</tns:UploadDate>
</tns:Certificate> |
|
|
Source
|
<xs:element type="tns:signingCertificateType" name="Certificate"/> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Element tns:DeleteUserPolicy
Element tns:UpdateUserInfo
Element tns:CreateSigningCertificate
Element tns:ListAccessKeys
Element tns:ListServerCertificates
Element tns:ListGroupsForUserResponse
Element tns:UpdateAssumeRolePolicyResponse
Element tns:ListGroups
Element tns:GetRolePolicy
Element tns:ListServerCertificatesResult
Element tns:ListMFADevicesResult
Element tns:ListAccountsResponse
Element tns:GetUserPolicyResult
Element tns:UpdateServerCertificate
Element tns:GetRoleResponse
Element tns:DeleteAccountAliasResponse
Element tns:ListServerCertificatesResponse
Element tns:UpdateUserResponse
Element tns:DeleteServerCertificate
Element tns:PutUserPolicyResponse
Element tns:CreateInstanceProfileResponse
Element tns:GetAccountSummaryResult
Element tns:ResyncMFADeviceResponse
Element tns:RemoveRoleFromInstanceProfileResponse
Element tns:member
Element tns:CreateAccessKeyResult
Element tns:GetAccountPolicyResponse
Element tns:CreateAccountAlias
Element tns:GetServerCertificateResult
Element tns:ListAccessKeysResult
Element tns:AccountAliases
Complex Type tns:euareMessage
|
|
|
|
| Namespace |
http://iam.amazonaws.com/doc/2010-05-08/ |
|
Diagram
|
|
|
Used by
|
| Elements |
tns:AccessKey, tns:AddRoleToInstanceProfile, tns:AddRoleToInstanceProfileResponse, tns:AddUserToGroup, tns:AddUserToGroupResponse, tns:CreateAccessKey, tns:CreateAccessKeyResponse, tns:CreateAccount, tns:CreateAccountAlias, tns:CreateAccountAliasResponse, tns:CreateAccountResponse, tns:CreateGroup, tns:CreateGroupResponse, tns:CreateInstanceProfile, tns:CreateInstanceProfileResponse, tns:CreateLoginProfile, tns:CreateLoginProfileResponse, tns:CreateRole, tns:CreateRoleResponse, tns:CreateSigningCertificate, tns:CreateSigningCertificateResponse, tns:CreateUser, tns:CreateUserResponse, tns:DeactivateMFADevice, tns:DeactivateMFADeviceResponse, tns:DeleteAccessKey, tns:DeleteAccessKeyResponse, tns:DeleteAccount, tns:DeleteAccountAlias, tns:DeleteAccountAliasResponse, tns:DeleteAccountPolicy, tns:DeleteAccountPolicyResponse, tns:DeleteAccountResponse, tns:DeleteGroup, tns:DeleteGroupPolicy, tns:DeleteGroupPolicyResponse, tns:DeleteGroupResponse, tns:DeleteInstanceProfile, tns:DeleteInstanceProfileResponse, tns:DeleteLoginProfile, tns:DeleteLoginProfileResponse, tns:DeleteRole, tns:DeleteRolePolicy, tns:DeleteRolePolicyResponse, tns:DeleteRoleResponse, tns:DeleteServerCertificate, tns:DeleteServerCertificateResponse, tns:DeleteSigningCertificate, tns:DeleteSigningCertificateResponse, tns:DeleteUser, tns:DeleteUserPolicy, tns:DeleteUserPolicyResponse, tns:DeleteUserResponse, tns:EnableMFADevice, tns:EnableMFADeviceResponse, tns:ErrorResponse, tns:GetAccountPolicy, tns:GetAccountPolicyResponse, tns:GetAccountSummary, tns:GetAccountSummaryResponse, tns:GetGroup, tns:GetGroupPolicy, tns:GetGroupPolicyResponse, tns:GetGroupResponse, tns:GetInstanceProfile, tns:GetInstanceProfileResponse, tns:GetLdapSyncStatusResponse, tns:GetLoginProfile, tns:GetLoginProfileResponse, tns:GetRole, tns:GetRolePolicy, tns:GetRolePolicyResponse, tns:GetRoleResponse, tns:GetServerCertificate, tns:GetServerCertificateResponse, tns:GetUser, tns:GetUserInfo, tns:GetUserInfoResponse, tns:GetUserPolicy, tns:GetUserPolicyResponse, tns:GetUserResponse, tns:ListAccessKeys, tns:ListAccessKeysResponse, tns:ListAccountAliases, tns:ListAccountAliasesResponse, tns:ListAccountPolicies, tns:ListAccountPoliciesResponse, tns:ListAccountsResponse, tns:ListGroupPolicies, tns:ListGroupPoliciesResponse, tns:ListGroups, tns:ListGroupsForUser, tns:ListGroupsForUserResponse, tns:ListGroupsResponse, tns:ListInstanceProfiles, tns:ListInstanceProfilesForRole, tns:ListInstanceProfilesForRoleResponse, tns:ListInstanceProfilesResponse, tns:ListMFADevices, tns:ListMFADevicesResponse, tns:ListRolePolicies, tns:ListRolePoliciesResponse, tns:ListRoles, tns:ListRolesResponse, tns:ListServerCertificates, tns:ListServerCertificatesResponse, tns:ListSigningCertificates, tns:ListSigningCertificatesResponse, tns:ListUserPolicies, tns:ListUserPoliciesResponse, tns:ListUsers, tns:ListUsersResponse, tns:PutAccountPolicy, tns:PutAccountPolicyResponse, tns:PutGroupPolicy, tns:PutGroupPolicyResponse, tns:PutRolePolicy, tns:PutRolePolicyResponse, tns:PutUserPolicy, tns:PutUserPolicyResponse, tns:RemoveRoleFromInstanceProfile, tns:RemoveRoleFromInstanceProfileResponse, tns:RemoveUserFromGroup, tns:RemoveUserFromGroupResponse, tns:ResyncMFADevice, tns:ResyncMFADeviceResponse, tns:ServerCertificate, tns:UpdateAccessKey, tns:UpdateAccessKeyResponse, tns:UpdateAssumeRolePolicy, tns:UpdateAssumeRolePolicyResponse, tns:UpdateGroup, tns:UpdateGroupResponse, tns:UpdateLoginProfile, tns:UpdateLoginProfileResponse, tns:UpdateServerCertificate, tns:UpdateServerCertificateResponse, tns:UpdateSigningCertificate, tns:UpdateSigningCertificateResponse, tns:UpdateUser, tns:UpdateUserInfo, tns:UpdateUserInfoResponse, tns:UpdateUserResponse, tns:UploadServerCertificate, tns:UploadServerCertificateResponse, tns:UploadSigningCertificate, tns:UploadSigningCertificateResponse |
|
| Model
|
|
|
Source
|
<xs:complexType name="euareMessage">
<xs:sequence/>
</xs:complexType> |
|
| Schema location |
file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/iam-2010-05-08.xsd |
|
|
|
|
|
Complex Type tns:responseMetadataType
Complex Type tns:policyNameListTypeType
Complex Type tns:serverCertificateMetadataType
Complex Type tns:signingCertificateType
Complex Type tns:accountType
Complex Type tns:listInstanceProfilesForRoleResult
Complex Type tns:instanceProfileListType
Complex Type tns:instanceProfileType
Complex Type tns:roleListType
Complex Type tns:roleType
Complex Type tns:listInstanceProfilesResult
Complex Type tns:userListTypeType
Complex Type tns:userType
Complex Type tns:getInstanceProfileResult
Complex Type tns:groupListTypeType
Complex Type tns:groupType
Complex Type tns:listRolesResult
Complex Type tns:loginProfileType
Complex Type tns:userInfoListTypeType
Complex Type tns:userInfoType
Complex Type tns:listRolePoliciesResult
Complex Type tns:getRoleResult
Complex Type tns:accountListTypeType
Complex Type tns:createRoleResult
Complex Type tns:createInstanceProfileResult
Complex Type tns:getRolePolicyResult
Element Group tns:MFADeviceType